home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / ClassEditor.0.4 / Source / English.lproj / Info.nib / data.classes < prev    next >
Encoding:
Text File  |  1995-06-07  |  1.1 KB  |  40 lines

  1. CEInfo = {
  2.     ACTIONS = {
  3.     "animationDidStop:" = "animationDidStop:"; 
  4.     "makeKeyAndOrderFront:" = "makeKeyAndOrderFront:"; 
  5.     "startRandomAnimation:" = "startRandomAnimation:"; 
  6.     "switchToAppIcon:" = "switchToAppIcon:"; 
  7.     "switchToNextIcon:" = "switchToNextIcon:"; 
  8.     "switchToTomiIcon:" = "switchToTomiIcon:"; 
  9.     "switchToWolfyIcon:" = "switchToWolfyIcon:"; 
  10.     "windowWillClose:" = "windowWillClose:"; 
  11.     }; 
  12.     OUTLETS = {
  13.     appImage = appImage; 
  14.     appText = appText; 
  15.     currentAnimator = currentAnimator; 
  16.     imageButton = imageButton; 
  17.     panel = panel; 
  18.     someAnimator = someAnimator; 
  19.     textField = textField; 
  20.     tomiImage = tomiImage; 
  21.     tomiText = tomiText; 
  22.     wolfyImage = wolfyImage; 
  23.     wolfyText = wolfyText; 
  24.     }; 
  25.     SUPERCLASS = Object; 
  26. };
  27. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  28. BBImageAnimator = {
  29.     ACTIONS = {"startAnimation:" = "startAnimation:"; }; 
  30.     OUTLETS = {
  31.     bounceSettingField = bounceSettingField; 
  32.     delegate = delegate; 
  33.     frameCountSettingField = frameCountSettingField; 
  34.     sourceImageMatrix = sourceImageMatrix; 
  35.     speedSettingField = speedSettingField; 
  36.     targetButton = targetButton; 
  37.     }; 
  38.     SUPERCLASS = Object; 
  39. };
  40.